ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexPieBase<T> Class / Offset Property






In This Topic
    Offset Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the offset of the slices from the pie center.
    Syntax
    'Declaration
     
    
    Public Property Offset As System.Single
    'Usage
     
    
    Dim instance As FlexPieBase(Of T)
    Dim value As System.Single
     
    instance.Offset = value
     
    value = instance.Offset
    public System.float Offset {get; set;}
    public read-write property Offset: System.Single; 
    public function get,set Offset : System.float
    public: __property System.float get_Offset();
    public: __property void set_Offset( 
       System.float value
    );
    public:
    property System.float Offset {
       System.float get();
       void set (    System.float value);
    }
    Remarks
    The offset is measured as a fraction of the pie radius.
    See Also